home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / XL_Toolkit_1.1 / Code / smakefile < prev   
Encoding:
Makefile  |  1996-03-17  |  112 b   |  7 lines

  1. CFLAGS = structureequivalence nostackcheck
  2.  
  3. all: Example
  4.  
  5. Example: Example.c Pan.h
  6.     sc link $(CFLAGS) Example.c
  7.